@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}

@font-face {
  font-family: "GOTHIC";
  src: url(../font/GOTHIC.TTF);
}

.p_top {
  position: absolute;
  top: -5rem;
}

.bg {
  background: #D3263A;
}

.c {
  color: #D3263A;
}

:root {
  --color_black: #1F2033;
  --color_red: #D3263A;
  --color_blur: #001E42;
  --color_dark: #444444;
  --font: "GOTHIC";
}

.phone_show_990,
.phone_show_767 {
  display: none;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
  border-radius: 0 !important;
}

.pagination>li {
  margin: 0 5px;
}
.embed-icon{
    display: none;
}

.pagination>li>a,
.pagination>li>span {
  color: #333;
}

.pagination>li:last-child .iconfont,
.pagination>li:nth-child(1) .iconfont {
  font-size: 30px;
  line-height: 30px;
}

.pagination>li {
  margin: 0 5px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination>li {
  margin: 0 3px;
}

.pagination .active span {
  background-color: #fff;
  border-color: var(--color_blur) !important;
  color: var(--color_blur);
}

.pagination .active span:hover {
  background-color: #fff;
  color: var(--color_blur) !important;
}

.pagination li a:hover {
  background-color: #fff;
  border-color: var(--color_blur) !important;
  color: var(--color_blur) !important;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 0.375rem 0;
  width: 2.5rem;
  color: #333 !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 1;
  font-family: var(--font);
  font-size: 0.875rem;
}

.pagination>li.active a,
.pagination>li.active span {
  color: #fff !important;
  background: var(--color_blur) !important;
}

.pagination>li.active a:hover,
.pagination>li.active span:hover {
  color: #fff !important;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination>li>a,
.pagination>li>span {
  color: #333;
}

.pagination {
  flex-wrap: wrap;
}

.pagination li {
  margin-top: 2px;
  margin-bottom: 2px;
}

.foot-fot {
  background: #2D3333;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}

.er-ul>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}

.er-ul>li:hover a {
  color: #D3263A;
}

.er-ul>li:nth-child(1) {
  padding-top: 0.625rem;
}

.er-ul>li:last-child {
  padding-bottom: 0.625rem;
}

.logo_phone img {
  width: 7.5rem;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

body {
  --container: 14.8125rem;
}

@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}

@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}

@media (max-width: 1280px) {
  body {
    --container: 9rem;
  }
}

@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}

.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}

.container.container_l {
  padding: 0 0 0 var(--container);
}

.container.container_r {
  padding: 0 var(--container) 0 0;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.ds {
  cursor: pointer;
}

.fenxiang .flex {
  justify-content: flex-start;
}

.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}

.serbtn {
  background: #D3263A;
}

.searchbox {
  border-color: #D3263A;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }

  .pc_show_990 {
    display: none;
  }

  .phone_show_990 {
    display: block;
  }
}

.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}

.m-bm-head .m-bm-head-box {
  position: relative;
  height: 50px;
}

.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}

.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}

.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}

.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 35px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}

.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(50vh);
  height: -moz-calc(50vh);
  height: calc(100vh - 50px);
  overflow: auto;
  padding-bottom: 80px;
}

.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/50px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.m-bm-nav>li>a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav>li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

.m-bm-nav>li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bm-nav>li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.m-bm-nav>li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.m-bm-head.white .m-bm-menu {
  background: #fff;
}

.m-bm-head.white .m-bm-nav>li,
.m-bm-head.white .m-bm-nav>li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}

.m-bm-head.white .m-bm-nav>li>a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav>li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}

.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}

.ajhhsd a {
  color: #777;
}

.ajhhsd a:hover {
  color: #D3263A;
}

.ajhhsd span {
  padding: 0 0.3em;
}

.ajhhsd span:last-child {
  display: none;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
.show_news .content img{
    width: 100%;
}

@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}

@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.ssy-sskaa {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }

  .pc_show_767 {
    display: none;
  }

  .phone_show_767 {
    display: block;
  }
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}

.ss-list li+li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ss-list li+li {
    margin-top: 1rem;
  }
}

.ss-list li div.img {
  width: 25%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}

.ss-list li .xw-nycont {
  width: 72%;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.ss-list li .xw-nycont span {
  color: #D3263A;
  font: 500 1rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

@media (max-width: 990px) {
  body {
    padding: 50px 0 0 !important;
  }
}

/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}

.list_website ul li:first-child {
  padding-top: 0;
}

.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}

@media (max-width: 1600px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1366px) {

  body,
  html {
    font-size: calc(100vw / 95);
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 990px) {

  body,
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}

.phone {
  line-height: 50px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000000;
}

.phone>.clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}

.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}

.phone.noLanuage .right {
  display: none;
}

.phone .left,
.phone .right {
  width: 20%;
}

.phone .left {
  text-align: right;
}

.phone .left img {
  height: 22px;
  filter: brightness(0) invert(1);
}

.phone .right {
  text-align: left;
}

.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}

.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}

.phone .right a.c {
  color: #1D1D1F;
}

.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.phone .center img {
  height: 30px;
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0;
}

.sjj_nav>ul>li:first-child>a {
  width: 60%;
}

.sjj_nav>ul>li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sjj_nav>ul>li:first-child .language a.active {
  background: #D3263A;
  color: #fff !important;
}

.sjj_nav>ul>li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #D3263A;
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px;
}

.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #1D1D1F;
}

.sjj_nav .top .ta img {
  height: 30px;
  filter: brightness(0) invert(0.8);
}

.sjj_nav .top .fr img {
  height: 22px;
}

.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 50px;
  height: calc(100% - 50px);
  overflow: scroll;
}

.sjj_nav .bot>li:first-child {
  margin-bottom: 34px;
}

.sjj_nav .bot>li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}

.sjj_nav .bot>li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}

.sjj_nav .bot>li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}

.sjj_nav .bot>li:nth-child(2) li:nth-child(1) {
  margin-bottom: 18px;
}

.sjj_nav .bot>li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}

.sjj_nav .bot>li>ul {
  padding-left: 1.25rem;
}

.sjj_nav .bot>li>div>a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sjj_nav .bot>li>a {
  display: inline-block;
}

.sjj_nav .bot>li img {
  height: 30px;
}

.sjj_nav .bot>li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}

.sjj_nav .bot>li .list .left a {
  color: #EBEBEC;
}

.sjj_nav .bot>li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}

.sjj_nav .bot>li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}

.sjj_nav .bot>li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}

.sjj_nav .bot>li ul {
  margin-top: 20px;
}

.sjj_nav .bot>li>div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}

.sjj_nav .bot>li>div>a {
  color: #a7a7a7;
}

.sjj_nav .bot>li>div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}

.sjj_nav .bot>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}

.sjj_nav .bot>li:hover>a::before,
.sjj_nav .bot>li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sjj_nav .top .container {
  padding: 0 15px;
}

.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 0;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix ul{
  
    border-radius: 10px;
    width: 4rem;
}

.rightfix li {
  /*width: 3.375rem;*/
  height: 3.375rem;
  /*border-radius: 50%;*/
  line-height: 3.375rem;
  padding: 0;
  
  background: transparent;
  /*margin-bottom: 1.25rem;*/
  border-bottom: 1px solid #c7c8c9;
}
.rightfix li:last-child{
    border-bottom: none;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix ul li:first-child{
    border-top-left-radius: 10px;
}
.rightfix ul li:last-child{
    border-bottom-left-radius: 10px;
}

.rightfix li::before {
  display: none;
}

.fixright_li_last {
  display: none;
}

.rightfix li {
  position: relative;
 
}

.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #0074CA;
}

.rightfix li:hover .iconfont {
  background: #ec8402;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}

.rightfix li:last-child::before {
  display: none;
}

.right_div.img {
  min-width: 7.5rem !important;
}

.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

header:hover,
header.active,
.show_header header {
  background: #1F2033;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_header {
  padding-top: 5rem;
}

header {
  position: fixed;
  line-height: 5rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}

header.active {
  animation: sticky 0.65s;
}

@media (max-width: 990px) {
  header {
    display: none;
  }
}

header .container {
  padding: 0 10rem;
}

header .logo img {
  height: 3.375rem;
}

header .logo img:nth-child(2) {
  display: none;
}

header .tel {
  font-family: "GOTHIC";
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-left: 1.5625rem;
}

header .tel img {
  margin-right: 0.375rem;
  width: 1.5rem;
  height: 1.5rem;
}

header .center>ul>li {
  float: left;
  padding: 0 1.5rem;
}

header .center>ul>li>a {
  color: #FFF;
  font-size: 1.125rem;
  position: relative;
}

header .center>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #D3263A;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .center>ul>li:hover>a::before,
header .center>ul>li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.swiper_pag .swiper-pagination-bullet {
  opacity: 1;
  background: #BAB9B9;
  width: 4.3125rem;
  height: 0.5rem;
  margin: 0 0.625rem;
  border-radius: 0;
}

.swiper_pag .swiper-pagination-bullet-active {
  background: #D3263A;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide .img img {
  height: 100vh;
  object-fit: cover;
}

.banner .swiper-button-next.active img,
.banner .swiper-button-prev.active img {
  filter: brightness(0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .swiper-button-next {
  right: -2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .swiper-button-prev {
  left: -2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner:hover .swiper-button-next {
  right: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner:hover .swiper-button-prev {
  left: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  background: none;
  margin-top: 0;
}

.banner .swiper-button-next img,
.banner .swiper-button-prev img {
  width: 2.1875rem;
  height: 3.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  filter: brightness(0) invert(1);
}

.banner .swiper-button-next:hover img,
.banner .swiper-button-prev:hover img {
  filter: brightness(1) invert(0);
}

.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 100;
}

.banner .hover .p1 {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
}

.banner .hover .p2 {
  color: #FFF;
  text-align: center;
  font-family: "GOTHIC";
  font-weight: 400;
  font-size: 4.375rem;
  line-height: 5rem;
  margin-top: 0.625rem;
  text-wrap: balance;
}

.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}

.banner .swiper-pagination {
  bottom: 9.125rem;
}

.banner .hover_bottom {
  position: absolute;
  background: rgba(31, 32, 51, 0.4);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.banner .hover_bottom li {
  text-align: center;
  height: 7.5rem;
  padding: 2.0625rem 0 1.75rem;
  width: 33.3%;
  overflow: hidden;
}

.banner .hover_bottom li:nth-child(1) {
  text-align: left;
}

.banner .hover_bottom li>a {
  display: inline-block;
  text-align: center;
}

.banner .hover_bottom li::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 33.3%;
  height: 100%;
  background: rgba(31, 32, 51, 0.6);
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .hover_bottom li:hover::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  bottom: 0;
}

.banner .hover_bottom li:nth-child(2)::before {
  left: 33.3%;
}

.banner .hover_bottom li:last-child {
  text-align: right;
}

.banner .hover_bottom li:last-child::before {
  left: auto;
  right: 0;
}

.banner .hover_bottom li:hover .icon {
  animation: xiangxia 1.25s infinite;
}

@keyframes xiangxia {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0.25rem);
  }

  100% {
    transform: translateY(0);
  }
}

.banner .hover_bottom .name {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.banner .hover_bottom .text {
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}

.banner .hover_bottom .icon .iconfont {
  font-size: 1.25rem;
  color: #fff;
  display: block;
}

.section02 .name {
  color: #FFF;
  text-align: center;
  font-family: var(--font);
  font-size: 5.25rem;
  font-weight: 400;
  line-height: 6rem;
}

.section02 .name2 {
  color: #FFF;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0.5rem 0 2.5rem;
}

.section02 .hover {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.section02 video {
  height: 100vh;
  object-fit: cover;
  display: block;
}



.more {
  width: 8.75rem;
  border: 1px solid #fff;
  height: 3.125rem;
  text-align: center;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3rem;
  position: relative;
  display: inline-block;
  z-index: 9;
}

.more::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  z-index: -1;
  transform: scale(0.6);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more:hover {
  font-weight: 600;
  color: var(--color_red);
}

.more:hover::before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_a {
  display: inline-block;
  color: #BEBEBE;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #D3263A;
  position: relative;
  padding-right: 0.125rem;
}

.more_a>div {
  align-items: center;
  display: flex;
}

.more_a .iconfont {
  font-size: 0.875rem;
  color: #D3D3D3;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  top: 0.125rem;
  margin-left: 0.375rem;
}

.more_a:hover {
  color: #D3263A;
  font-weight: 600;
}

.more_a:hover .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_a:hover .iconfont {
  color: #D3263A;
}

.text {
  color: #444;
  font-size: 1rem;
  line-height: 1.75rem;
}

.title {
  color: #001E42;
  font-size: 2rem;
  line-height: 2.5rem;
}

.subtitle {
  color: #B7B7B7;
  font-family: var(--font);
  font-size: 1.875rem;
  line-height: 2.2rem;
  margin-top: 0.5rem;
}

.subtitle.index {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.container.p {
  padding-top: 5rem;
}

.section {
  position: relative;
}

.section03 .flex {
  align-items: flex-end;
}

.section03.section06 .flex {
  align-items: center;
}

.section03 .text {
  margin: 2.375rem 0 10rem;
  text-align: justify;
}

.section03 .text p:not(:last-child) {
  margin-bottom: 0.375rem;
}

.section03 .right {
  padding-left: 0;
  width: 51.6%;
}

.section03 .left {
  width: 48.4%;
  padding-right: 9.1875rem;
}

.section04 {
  background: #F3F3F3;
}

.section04 .name {
  color: #444;
  font-family: var(--font);
  font-size: 1.875rem;
  font-style: normal;
  line-height: 2.5rem;
  margin: 2.8125rem 0 6.25rem;
}

.section04 .name p:nth-child(2) {
  display: none;
}

.section04 .name.active p:nth-child(2) {
  display: block;
}

.section04 .name.active p:nth-child(1) {
  display: none;
}

.section04 .swiper-slide {
  text-align: center;
}

.section04 .swiper-slide:hover .over {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section04 .swiper-slide:hover .over img {
  transform: scale(1.1);
}

.section04 .swiper-slide .over {
  height: 11.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  text-align: center;
}

.section04 .swiper-slide .over img {
  max-height: 10rem;
}

.section04 .text {
  margin-top: 0.875rem;
}

.section04 .swiper-button-black {
  background-size: 1.875rem 1.875rem;
}

.section04 .swiper-button-prev {
  left: -2.375rem;
}

.section04 .swiper-button-next {
  right: -2.375rem;
}

.section05 .margin {
  margin-top: 4.375rem;
}

.section05 .swiper-slide .name {
  color: #1F2033;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.section05 .swiper-slide .name_en {
  color: #000;
  font-family: var(--font);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.section05 .swiper-slide .text {
  margin-top: 0.25rem;
}

.section05 .swiper-slide .icon {
  width: 8.3125rem;
  height: 8.3125rem;
}

.section05 .swiper-slide .icon img {
  width: 100%;
  height: 100%;
}

.section05 .swiper-slide .con {
  width: calc(100% - 8.3125rem);
  padding-left: 1.625rem;
}

.section05 .swiper_pag {
  margin-top: 5.625rem;
  left: 50%;
  position: static;
  text-align: center;
}

.section07 .swiper-slide:hover>a {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.section07 .content {
  padding: 1.3125rem 0.625rem 1.25rem 1.4375rem;
  background: #F8F8F8;
}

.section07 .margin {
  margin: 2.5rem -1.25rem 0;
}

.suqer_news {
  padding: 0.5rem 1.25rem;
}

.suqer_news .content {
  z-index: 9;
}

.suqer_news .over {
  position: relative;
  z-index: 6;
}

.suqer_news .over::before {
  width: 100%;
  height: 100%;
  background: rgba(15, 22, 45, 0.302);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: 1;
}

.suqer_news .over::after {
  background: url(../img/news.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  content: "";
  width: 45px;
  height: 15px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: 3;
}

.suqer_news:hover .over::before,
.suqer_news:hover .over::after {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.suqer_news:hover .name::before {
  width: 4.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suqer_news .name {
  color: #444;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  padding-bottom: 0.75rem;
  position: relative;
  height: 4.25rem;
}

.suqer_news .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.125rem;
  height: 2px;
  background: #D3263A;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suqer_news .text {
  color: #5A5858;
  text-align: justify;
  height: 3.5rem;
  margin-top: 0.8125rem;
}

.suqer_news .data {
  color: #444;
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.suqer_news>a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suqer_news>a .over img {
  height: 18.125rem;
  object-fit: cover;
}

.suqer_news:hover .over img {
  transform: scale(1.1);
}

.suqer_news:hover .name {
  color: #D3263A;
}

footer {
  background: #1F2033;
  padding: 4.375rem 0;
}

footer .left {
  width: calc(100% - 24.375rem - 20.5rem);
  padding-right: 5rem;
}

footer .left ul {
  display: flex;
  justify-content: space-between;
}

footer .left .name {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}

footer .left .text {
  color: #9097A5;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

footer .left .text:hover {
  color: #fff;
}

footer .center {
  width: 20.5rem;
}

footer .center ul {
  display: flex;
  margin: 0 -0.875rem;
}

footer .center ul li {
  padding: 0 0.875rem;
}

footer .center ul li .img img {
  width: 5.125rem;
}

footer .center ul li .text {
  color: #FFF;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.5rem;
}

footer .right {
  width: 24.375rem;
  display: flex;
  justify-content: flex-end;
}

footer .right .name {
  color: #FFF;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.375rem;
}

footer .right ul li {
  display: flex;
  align-self: flex-start;
  flex-wrap: wrap;
}

footer .right ul li .icon {
  width: 1.25rem;
}

footer .right ul li .icon img {
  width: 100%;
  filter: brightness(0) invert(1);
}

footer .right ul li .p {
  width: calc(100% - 1.25rem);
  padding-left: 0.25rem;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
}

footer .right ul li .p span {
  display: inline-block;
  width: 2.7rem;
}

footer .right ul li .p div div {
  display: inline-block;
  width: 7.875rem;
}

.beian {
  background: #1F2033;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
}

.beian div {
  color: #9097A5;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.beian .ta {
  display: flex;
  justify-content: center;
}

.beian div .yqlj {
  color: #9097A5;
  font-size: 0.875rem;
  padding: 0 0.625rem;
  border: 1px solid #9097A5;
  line-height: 1.625rem;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
  margin-left: 5px;
}

.beian div .yqlj:hover {
  background: #fff;
  color: #D3263A;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.beian .yq_ul {
  display: none;
  position: absolute;
  left: 0;
  bottom: 27px;
  border: 1px solid #9097A5;
  width: 76px;
}

.yqlj:hover .yq_ul {
  display: block;
}

.yqlj:hover .yq_ul li a {
  color: #fff;
}

#fp-nav {
  display: none;
}

.rightfix {
  top: auto;
  transform: translateY(0);
  right: 0;
  bottom: 45%;
  display: flex;
  align-items: center;
}

.rightfix ul li {
  /*width: 3.125rem;*/
  height: 5rem;
  /*border-radius: 50%;*/
  /*background: rgba(31, 32, 51, 0.4);*/
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a4a6a8;
  text-align: center;
}

.rightfix ul li:last-child {
  margin-bottom: 0;
}

.rightfix ul li img {
  height: 2rem;
  width: 2rem;
}

.rightfix ul li a {
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.rightfix ul li.bg {
  background: #D3263A;
}
.rightfix ul li a i{
    display: block;
    line-height: .5rem;
    color: #fff;
    font-weight: 400;
    
}

.rightfix ul li:hover {
  background: #D3263A;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.bread {
  color: #949494;
  font-size: 0.875rem;
  line-height: 1.875rem;
  padding-top: 1.4375rem;
}

.bread a {
  color: #949494;
}

.bread a:nth-last-child(2) {
  color: #444444;
}

.bread span:last-child {
  display: none;
}

.p90 {
  padding: 5.625rem 0 6.875rem;
}

.p90.pt0 {
  padding-top: 0;
}

.p90.pb0 {
  padding-bottom: 0;
}

.list_about .left {
  padding-right: 10.7rem;
}

.list_about .left .text {
  margin-top: 1.5625rem;
  text-align: justify;
}

.list_about .left .text p:not(:last-child) {
  margin-bottom: 0.375rem;
}

.list_about .right {
  padding-left: 2rem;
}

.list_about .right>.pr {
  overflow: hidden;
}

.list_about .right video {
  position: absolute;
  top: 0;
  left: 0;
  width: 101% !important;
  height: 101%;
  display: block;
  object-fit: cover;
}

.hover_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover_icon .icon_video {
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hover_icon .icon_video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7.125rem;
  height: 7.125rem;
  top: -0.9375rem;
  left: -0.9375rem;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0.2);
  animation: fangda 2s infinite;
}

@keyframes fangda {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.hover_icon .icon_video img {
  width: 1.1875rem;
  height: 1.5625rem;
}

.alignc {
  align-items: center;
}

.list_about_two {
  background: #F5F5F5;
}

.list_about_two .sum {
  margin-top: 1.875rem;
}

.list_about_two .sum>div {
  display: none;
}

.list_about_two .sum>div.active {
  display: block;
}

.list_about_two .sum .swiper-slide {
  background: #fff;
  height: auto;
}

.list_about_two .sum .swiper-slide .text {
  text-align: justify;
}

.list_about_two .sum .left {
  padding: 5.25rem 3.3125rem 0;
  width: 24.375rem;
}

.list_about_two .sum .left .img {
  margin-bottom: 2.1875rem;
}

.list_about_two .sum .left .img img {
  height: 6.125rem;
  object-fit: contain;
}

.list_about_two .sum .right {
  width: calc(100% - 24.375rem);
}

.list_about_two .margin {
  margin-top: 2.75rem;
}

.list_about_two .swiper_btn {
  position: absolute;
  top: 0;
  margin-top: 0;
  right: 0;
  transform: translateY(0);
}

.list_about_two .swiper-button-next {
  right: 0;
}

.list_about_two .swiper-button-prev {
  right: 4.0625rem;
  left: auto;
}

.list_about_two .top_t {
  color: #A5A5A5;
  font-size: 1.5rem;
  line-height: 3rem;
}

.list_about_two .top_t ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_about_two .top_t li {
  text-align: center;
  width: 33.3%;
}

.list_about_two .top_t span {
  font-family: var(--font);
  font-size: 1.375rem;
}

.list_about_two .top_t li.active {
  color: #001E42;
}

.list_about_two .top .left {
  width: calc(100% - 10rem);
}

.list_about_two .swiper-pagination {
  position: static;
  margin-top: 1.875rem;
}

.swiper-button-next.swiper_btn,
.swiper-button-prev.swiper_btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  background-image: none;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.swiper-button-next.swiper_btn:hover,
.swiper-button-prev.swiper_btn:hover {
  background: #D3263A;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.swiper-button-next.swiper_btn:hover .iconfont,
.swiper-button-prev.swiper_btn:hover .iconfont {
  color: #fff;
}

.list_about_three {
  position: relative;
  z-index: 89;
}

.list_about_three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 31.25rem;
  z-index: -1;
  background: url(../img/16.png) no-repeat;
  background-size: cover;
}

.list_about_three .text {
  margin: 1.5rem 0 4.5rem;
}

.list_about_three .img img {
  height: 43.75rem;
  object-fit: cover;
}

.list_about_three video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background-color: #000;
}

.list_about_four .flex2 {
  margin-top: 4.25rem;
}

.list_about_four .flex2 .left {
  width: 51.8%;
}

.list_about_four .flex2 .left .swiper-container,
.list_about_four .flex2 .left .swiper-wrapper,
.list_about_four .flex2 .left .swiper-slide,
.list_about_four .flex2 .left .swiper-slide .over {
  height: 100%;
}

.list_about_four .flex2 .left .swiper-container img,
.list_about_four .flex2 .left .swiper-wrapper img,
.list_about_four .flex2 .left .swiper-slide img,
.list_about_four .flex2 .left .swiper-slide .over img {
  height: 100%;
  object-fit: cover;
}

.list_about_four .flex2 .right {
  width: calc(100% - 51.8%);
  padding-left: 3.25rem;
}

.list_about_four .name {
  color: #001E42;
  font-size: 1.625rem;
  line-height: 1.75rem;
}

.list_about_four .name_en {
  color: #B7B7B7;
  font-family: var(--font);
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0.375rem 0;
}

.list_about_four .text {
  text-align: justify;
}

.list_about_four ul li {
  position: relative;
  cursor: pointer;
  padding: 2.0625rem 0 1.75rem;
}

.list_about_four ul li:hover .name {
  color: #D3263A;
}

.list_about_four ul li>div {
  padding-right: 3.75rem;
}

.list_about_four ul li:not(:last-child) {
  border-bottom: 1px solid #B7B7B7;
}

.list_about_four ul li:first-child {
  padding-top: 0;
}

.list_about_four ul li:last-child {
  padding-bottom: 0;
}

.list_about_four .swiper_pag .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 0.375rem;
}

.list_about_four .swiper_pag .swiper-pagination-bullet-active {
  background: #D3263A;
}

.list_solution .margin {
  margin: 1.5625rem 0 6.25rem;
}

.list_solution .hover {
  position: absolute;
  bottom: 0;
  padding: 0 3rem;
  width: 100%;
}

.list_solution .hover>div {
  background: #fff;
  padding: 1.4375rem 1rem 2.1875rem;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.list_solution .hover>div .name {
  color: #272636;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.list_solution .hover>div .text {
  text-align: center;
  margin-top: 0.375rem;
}

.list_solution .swiper-slide {
  padding-bottom: 2.1875rem;
}

.list_solution .swiper-slide .hover {
  opacity: 0;
  transition: all 0.8s;
  -webkit-transform: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.list_solution .swiper-slide.swiper-slide-active .hover {
  opacity: 1;
  transition: all 0.8s;
  -webkit-transform: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.list_solution .padding {
  padding: 0 32.8125rem;
}

.list_solution .padding .swiper-container {
  overflow: visible;
}

.list_solution .swiper_btn {
  width: 4rem;
  height: 4rem;
}

.list_solution .swiper-button-next {
  right: 25rem;
}

.list_solution .swiper-button-next .iconfont {
  font-weight: 600;
  font-size: 1.25rem;
}

.list_solution .swiper-button-prev {
  left: 25rem;
}

.list_solution .swiper-button-prev .iconfont {
  font-weight: 600;
  font-size: 1.25rem;
}

.list_solution_two {
  background: url(../img/19.png) no-repeat;
  background-size: cover;
}

.list_solution_two .margin {
  margin: 1.5625rem 0 4.6875rem;
}

.list_solution_two ul {
  margin: 0 -0.5rem;
}

.list_solution_two ul li {
  padding: 0 0.5rem;
}

.list_solution_two ul li .pr {
  z-index: 9;
}

.list_solution_two ul li .pr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 4;
}

.list_solution_two ul li.active .pr::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_solution_two ul li:hover .pr::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_solution_two ul li:hover img {
  transform: scale(1.1);
}

.list_solution_two ul li:hover .hover2 {
  opacity: 1;
  top: 4.5rem;
  transform: translateY(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_solution_two ul li:hover .hover {
  transform: translateY(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
}

.list_solution_two .hover2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 3.375rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 10;
}

.list_solution_two .name {
  color: #FFF;
  font-size: 1.375rem;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_solution_two li .text {
  margin: 0.5rem 0 0;
  color: #fff;
}

.list_solution_two li .text span {
  padding: 0 0.6875rem;
}

.list_solution_two .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 3.375rem;
}

.list_solution_three .margin {
  margin: 1.5625rem auto 5.625rem;
  width: 33rem;
  text-align: center;
}

.list_solution_three ul {
  margin: 0 -0.375rem;
  display: flex;
  flex-wrap: wrap;
}

.list_solution_three ul li {
  padding: 0 0.375rem;
  width: 20%;
  transition: width 0.6s;
  -webkit-transform: width 0.6s;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
}

.list_solution_three ul li .pr {
  z-index: 9;
}

.list_solution_three ul li .pr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 4;
}

.list_solution_three ul li .over img {
  height: 28.125rem;
  object-fit: cover;
}

.list_solution_three ul li .hover {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  padding: 0 1.25rem;
  z-index: 9;
}

.list_solution_three ul li .hover .name {
  color: #FFF;
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}

.list_solution_three ul li .hover .text {
  color: #FFF;
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
}

.list_solution_three ul li.active .pr::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_solution_three ul li:hover .over img {
  transform: scale(1.1);
}

.list_solution_three ul li:hover .pr::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_solution_three ul li:hover .text,
.list_solution_three ul li.active .text {
  height: 3.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_solution_three ul li.active {
  width: 40%;
  transition: width 0.6s;
  -webkit-transform: width 0.6s;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
}

.list_solution_four .margin {
  margin: 1.5625rem 0 4.375rem;
}

.list_solution_four ul li {
  margin: 0.9375rem 0;
}

.list_solution_four ul li:hover>div {
  box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_solution_four ul li:hover .icon img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_solution_four ul li:hover .name {
  color: #D3263A;
}

.list_solution_four ul li:hover .name::before {
  background: #D3263A;
  width: 3.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_solution_four ul li>div {
  border-radius: 0.9375rem;
  border: 1px solid #EBEBEB;
  background: #FFF;
  padding: 5.625rem 2.1875rem 3.0625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_solution_four ul li>div .icon img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 5.0625rem;
}

.list_solution_four ul li>div .name {
  color: #272636;
  font-size: 1.5rem;
  line-height: 1.75rem;
  padding-bottom: 1.25rem;
  position: relative;
  margin: 1.875rem 0 1rem;
}

.list_solution_four ul li>div .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.8125rem;
  height: 0.1875rem;
  background: #A9A9A9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_solution_four ul li>div .num {
  color: #F7F7F7;
  font-family: var(--font);
  font-size: 9.375rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 1.25rem;
  right: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_solution_four ul li>div .text {
  height: 5.25rem;
  text-align: justify;
}


.bgf4 {
  background: #F5F5F5;
}

.list_myxl .left img {
  height: 18.4375rem;
}

.list_myxl .text {
  margin-top: 1.5625rem;
}

.list_myxl .text p {
  margin-bottom: 0.5rem;
}

.list_myxl_three {
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1.65rem;
}

.list_myxl_three .margin {
  margin: 1.5625rem 0 5rem;
}

.list_myxl_three .hover_list {
  overflow: hidden;
}

.list_myxl_three .hover_list .text {
  margin: 2.4375rem 0 0.875rem;
  text-align: justify;
}

.list_myxl_three .hover_list:hover .hover {
  bottom: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_myxl_three .hover_list:hover .over img {
  transform: scale(1.1);
}

.list_myxl_three .left {
  width: 40%;
}

.list_myxl_three .left .hover_list {
  height: 76vh;
}

.list_myxl_three .left .hover_list .over {
  height: 100%;
}

.list_myxl_three .left .hover_list .over img {
  height: 100%;
  object-fit: cover;
}

.list_myxl_three .hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: absolute;
  bottom: -100%;
  overflow: hidden;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6rem;
  text-align: center;
}

.list_myxl_three .name {
  text-align: right;
  font-size: 1rem;
}

.list_myxl_three .right {
  padding-left: 1.875rem;
  width: calc(100% - 40%);
}

.list_myxl_three .right>div {
  height: calc(calc(38vh - 0.975rem));
}

.list_myxl_three .right>div .img {
  height: 100%;
}

.list_myxl_three .right>div .img img {
  height: 100%;
  object-fit: cover;
}

.list_myxl_three .right>div:nth-child(1) {
  margin-bottom: 1.875rem;
}

.list_myxl_three .right>div .img img {
  object-fit: cover;
}

.list_myxl_four .text {
  font-size: 1.125rem;
  margin-top: 1.375rem;
}

.list_myxl_four .swiper-button-next,
.list_myxl_four .swiper-button-prev {
  background-image: none;
  margin-top: -2.25rem;
}

.list_myxl_four .swiper-button-next .iconfont,
.list_myxl_four .swiper-button-prev .iconfont {
  font-size: 1.5rem;
  font-weight: lighter;
  color: #000;
}

.list_myxl_four .swiper-slide:hover .text {
  color: #D3263A;
}

.list_myxl_four .swiper-button-next {
  text-align: right;
  right: 0;
}

.list_myxl_four .swiper-button-prev {
  left: 0;
}

.list_myxl_four .margin {
  padding: 0 2.5rem;
}

.list_jmgs_p {
  padding-left: 21.25rem;
}

.list_jmgs .name {
  color: #444;
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin-bottom: 1.875rem;
}

.list_jmgs .text {
  color: #001E42;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 3rem;
}

.list_jmgs .content {
  background: url(../img/28.png) no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 3.125rem;
  padding-bottom: 3.4375rem;
}

.list_jmgs_two {
  background: url(../img/30.png) no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.list_jmgs_two .name {
  margin: 2.0625rem 0 1.875rem;
  color: #444;
  text-align: justify;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}

.list_jmgs_two ul li {
  display: flex;
  align-items: center;
}

.list_jmgs_two ul li:not(:last-child) {
  margin-bottom: 1.125rem;
}

.list_jmgs_two ul li .icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #444;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_jmgs_two ul li .icon img {
  height: 1.4375rem;
}

.list_jmgs_two ul li p {
  width: calc(100% - 2rem);
  padding-left: 1.25rem;
  color: #444;
  font-size: 1.375rem;
  font-weight: 700;
}

.list_jmgs_three {
  background: url(https://web.cdn.sameite.com/sameite.com/uploads/20240415/6b1ba37d1803ce43071e4a059dfb7be7.jpg) no-repeat;
  background-size: cover;
}

.list_jmgs_three p {
  color: #FFF;
}

.list_jmgs_three .content {
  width: 52.5rem;
  margin: 7.1875rem auto 0;
}

.dian {
  padding-left: 1.125rem;
  position: relative;
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.875rem;
}

.dian::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #fff;
}

.list_jmgs_four .dian {
  color: var(--color_blur);
}

.list_jmgs_four .dian::before {
  background: var(--color_blur);
}

.list_jmgs_four .left {
  padding-left: 6.25rem;
}

.list_jmgs_four .right {
  padding-left: 2.5rem;
}

.list_jmgs_four .right .hongqi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: hongqi 2s infinite;
}

@keyframes hongqi {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.01);
  }

  100% {
    transform: scale(1);
  }
}

.list_jmgs_five {
  background: url(https://web.cdn.sameite.com/sameite.com/uploads/20240415/fc9f5ed988afd0d12a9031f6586ac34a.jpg) no-repeat;
  background-size: cover;
  /*重写伪类*/
}

.list_jmgs_five .margin_top {
  margin-top: 4.0625rem;
}

.list_jmgs_five .left {
  padding-right: 4.3rem;
}

.list_jmgs_five .left .over,
.list_jmgs_five .left .over img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.list_jmgs_five .name {
  color: #FFF;
  font-size: 1rem;
  line-height: 1.875rem;
}

.list_jmgs_five .name span {
  color: #D3263A;
}

.list_jmgs_five input,
.list_jmgs_five select,
.list_jmgs_five .city-picker-span {
  display: block;
  background: #fff;
  border-radius: 5px;
  height: 2.75rem;
  line-height: 2.75rem;
  padding: 0 1.25rem;
  width: 100%;
  font-size: 0.875rem;
  color: #333;
  font-weight: 500;
}

.list_jmgs_five input::placeholder,
.list_jmgs_five select::placeholder,
.list_jmgs_five .city-picker-span::placeholder {
  color: #8A8989;
}

.list_jmgs_five textarea {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  background: #FFF;
  height: 6.8125rem;
  line-height: 1.875rem;
  padding: 0.5rem 1.25rem;
}

.list_jmgs_five ul {
  display: flex;
}

.list_jmgs_five ul li {
  position: relative;
  cursor: pointer;
}

.list_jmgs_five ul li:not(:last-child) {
  margin-right: 2.1875rem;
}

.list_jmgs_five input[type="radio"]+label::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 1.125rem;
  height: 1.125rem;
  background: #fff !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  left: 0;
}

.list_jmgs_five label {
  margin-bottom: 0;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
  padding-left: 1.75rem;
  cursor: pointer;
}

.list_jmgs_five input[type="radio"]+label::after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0.875rem;
  height: 0.875rem;
  background: url(../img/duigou.svg) no-repeat;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.125rem;
  display: none;
  background-size: contain;
}

.list_jmgs_five input[type="radio"]:checked+label::after {
  display: block;
}

.list_jmgs_five input[type="radio"]:checked+label::before {
  background: #05478F !important;
}

.list_jmgs_five input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.list_jmgs_five button {
  width: 10rem;
  height: 2.75rem;
  line-height: 2.75rem;
  border: none;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  color: #05478F;
  font-size: 1rem;
}

.list_jmgs_five button:hover {
  background: #05478F;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}

.list_jmgs_five .right {
  padding-left: 3.875rem;
}

.list_news {
  padding: 4.375rem 0;
}

.list_news .ul {
  margin: 0 -1.25rem;
}

.list_news .suqer_news {
  margin-bottom: 1.6875rem;
}

.list_news .suqer_news:hover .over {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_news .suqer_news .content {
  margin: 0 1.875rem;
  background: #F8F8F8;
  position: relative;
  margin-top: -2.3125rem;
  padding: 1.5rem 1.5rem 1rem;
}

.nyerji {
  border-bottom: 1px solid #E7E7E7;
  padding: 0.75rem 0;
  background: #F8F8F8;
}

.nyerji .bread {
  padding-top: 0;
}

.nyerji .right ul {
  display: flex;
  align-items: center;
  color: #444;
  justify-content: flex-end;
  font-size: 1.125rem;
  line-height: 2.8125rem;
}

.nyerji .right ul li a {
  color: #444;
  padding: 0 2.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nyerji .right ul li:hover a,
.nyerji .right ul li.active a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #05478F;
  color: #fff;
}

.show_news .content {
  width: 69rem;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .show_news .content {
    width: 60rem;
  }
}

@media (max-width: 990px) {
  .show_news .content {
    width: 100%;
  }
  .banner .banner_swiper180{
      display: none;
  }
  .section .banner_swiper176{
    display: none;
}
}

.show_news .name {
  color: #001E42;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.125rem;
}

.show_news .text {
  color: #5f5f5f;
  text-align: justify;
  font-size: 1.125rem;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 400;
}

.show_news .data {
  color: #B7B7B7;
  text-align: center;
  font-family: var(--font);
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 1.375rem 0 2rem;
  border-bottom: 1px solid #B7B7B7;
  margin-bottom: 1.875rem;
}

.show_news .about_news {
  background: #F5F5F5;
  padding: 1.875rem 3.5625rem 2.8125rem 3.125rem;
  margin-top: 3.75rem;
}

.show_news .about_news .name1 {
  color: #001E42;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
}

.show_news .about_news ul li:hover a div {
  color: #001E42;
}

.show_news .about_news ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 2rem;
  font-size: 1rem;
}

.show_news .about_news ul li a div {
  width: calc(100% - 6.25rem);
  color: #333;
}

.show_news .about_news ul li a span {
  display: block;
  color: #B7B7B7;
  width: 6.25rem;
  font-family: var(--font);
  text-align: right;
}

.list_responsibility .icon img {
  height: 5rem;
}

.list_responsibility .margin {
  margin: 4rem -1rem 0;
}

.list_responsibility .margin .swiper-slide {
  padding: 0 1rem;
}

.list_responsibility .margin .swiper-slide:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_responsibility .margin .swiper-slide>div {
  border-radius: 0.9375rem;
  border: 1px solid #EBEBEB;
  padding: 5.1875rem 1rem 3.5rem;
  background: #FFF;
  text-align: center;
}

.list_responsibility .name {
  color: #272636;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 2.1875rem 0 4.0625rem;
}

.list_responsibility .text {
  color: #B3B3B3;
  text-align: center;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  position: relative;
  padding-bottom: 2.4375rem;
}

.list_responsibility .text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.75rem;
  height: 1px;
  background: #05478F;
}

.list_responsibility_two .right {
  padding-left: 0;
}

.list_responsibility_two .left {
  padding-right: 8.875rem;
}

.list_responsibility_two .left .text {
  margin-top: 2.5rem;
}

.list_responsibility_three {
  background: url(../img/37.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding: 9.6875rem 0;
}

.list_responsibility_three .text {
  margin-top: 0.875rem;
}

.list_responsibility_three .text,
.list_responsibility_three sup {
  color: #FFF;
  font-size: 1.625rem;
  line-height: 2rem;
}

.list_responsibility_three .num span {
  color: #FFF;
  font-family: var(--font);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.list_responsibility_three .num sup {
  top: -1.25em;
  margin-left: 0.25rem;
}

.list_responsibility_three ul li {
  flex: 1 0 0;
  padding: 0.5rem 0;
  text-align: center;
}

.list_responsibility_three ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.list_news.list_responsibility_four {
  padding-top: 5.75rem;
}

.video_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rightfix ul li p {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #fff;
  font-size: 1rem;
  overflow: hidden;
  z-index: 1;
  width: auto;
  opacity: 0;
}

.rightfix ul li p span {
  padding: 0 1.25rem;
}

.rightfix ul li p img {
  width: 6.875rem;
  height: 6.875rem;
}

.rightfix ul li p i {
  line-height: 1.25rem;
  padding: 0.625rem 0 0.25rem;
  display: block;
}

.rightfix ul li a {
  z-index: 9;
  position: relative;
}

.rightfix ul li:hover:nth-child(2) p {
  width: 6.875rem;
}

.rightfix ul li:hover p {
  opacity: 1;
  right: calc(100% + 1rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.city-picker-span {
  width: 100% !important;
}

.layui-layer-btn .layui-layer-btn0 {
  border-color: var(--color_blur) !important;
  background-color: var(--color_blur) !important;
}

.center_fix .modal-lg,
.center_fix .modal-xl {
  max-width: 43.75rem;
}

@media (max-width: 767px) {

  .center_fix .modal-lg,
  .center_fix .modal-xl {
    width: 94%;
    left: 1.5%;
  }
}

.center_fix .modal-header {
  position: absolute;
  top: 0.625rem;
  right: 1.5rem;
  z-index: 888;
  border-bottom: none;
}

@media (max-width: 767px) {
  .center_fix .modal-header {
    top: 0;
    right: 0.5rem;
  }
}

.center_fix .modal-header .close {
  opacity: 1;
}

.center_fix .modal-header .close .iconfont {
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem;
}

.center_fix .modal-body {
  padding: 2.8125rem 3.75rem;
}

.center_fix .modal-body .img img {
  height: 6.625rem;
}

@media (max-width: 767px) {
  .center_fix .modal-body {
    padding: 30px 20px;
  }

  .center_fix .modal-body .img img {
    height: 3.875rem;
  }

}

.center_fix .zhizi_td1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.center_fix .modal-content {
  background: url(https://web.cdn.sameite.com/sameite.com/uploads/20240426/069cb6e16c082e8c516c315caa50d509.png) no-repeat;
  background-size: cover;
  background-position: right bottom;
}

.center_fix .modal-content .modal-body .titi{
       color: #fff;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
}

.center_fix .title {
  font-size: 2.75rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 3.25rem;
}

@media (max-width: 1280px) {
  .center_fix .title {
    font-size: 2.25rem;
  }
}

@media (max-width: 767px) {
  .center_fix .title {
    font-size: 24px;
    line-height: 36px;
  }
}

.center_fix .text {
  font-size: 1.25rem;
  color: #7d81cc;
  line-height: 2rem;
}

@media (max-width: 767px) {
  .center_fix .text {
    font-size: 14px;
  }
}

.center_fix .tel {
  font-size: 3.125rem;
  color: #ffffff;
  line-height: 3.5rem;
  font-weight: 600;
}

.center_fix .tel img {
  height: 2.125rem;
}

@media (max-width: 1280px) {
  .center_fix .tel {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .center_fix .tel {
    font-size: 26px;
    line-height: 34px;
  }

  .center_fix .tel img {
    height: 1.5rem;
  }
}

.center_fix form {
  width: calc(100% - 10rem - 1.875rem);
}

@media (max-width: 767px) {
  .center_fix form {
    width: calc(100% - .875rem - 6rem);
  }
}

.center_fix form input {
  width: calc(100% - 10rem);
  line-height: 2.6875rem;
  padding: 0 1rem;
  font-size: 1rem;
  color: #808081;
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  .center_fix form input {
    width: calc(100% - 6rem);
    padding: 0 10px;
  }
}

.center_fix form button {
  background: transparent;
  color: #fff;
}

.center_fix .margin {
  margin: 0.75rem 0 1rem;
}

.center_fix form button,
.center_fix .more_btn {
  font-size: 1.25rem;
  line-height: 2.6875rem;
  width: 10rem;
  border: 1px solid #fff;
  text-align: center;
}

@media (max-width: 767px) {

  .center_fix form button,
  .center_fix .more_btn {
    font-size: 14px;
    width: 6rem;
  }
  .center_fix .modal-content .modal-body .titi{
      font-size: 2rem;
  }
}

.center_fix .more_btn {
  border-color: #d3263a;
  background: #d3263a;
  color: #fff;
}

.center_fix .tips {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: #ffffff;
  margin-top: 0.375rem;
}

.rightfix {
  z-index: 999;
}